public ProjectStatusModel1(long Id, DateTime Date, DeliveryModel1 Delivery, BusinessDevelopmentModel1 BusinessDevelopment) { this.Id = Id; this.Date = Date; this.Delivery = Delivery; this.BusinessDevelopment = BusinessDevelopment; }