--EMPLOYEE ENTITY public class EmployeeInfo { public Guid EmployeeInfoId { get; set; } [StringLength(150)] [Required] public string FirstName { get; set; } [StringLength(150