public EmployeeView(int i, Employees e, List <Professions> p) { this.Id = i; this.Employees = e; this.Professions = p; }
public EmployeeView(Employees e, List <Professions> p) { this.Employees = e; this.Professions = p; }