using System; using System.ComponentModel.DataAnnotations; using System.Drawing; namespace Shapes { public class Triangle { } }