public void SetEmployeeDepartment(Employee employee, Department department) { dbLayer.SetEmployeeDepartment(employee, department); }