public employee() { Department = new department(); }
public employee(long idEmployee, string nameEmployee, department department) { this.IdEmployee = idEmployee; this.NameEmployee = nameEmployee; this.Department = department; }