public static int DeactivateEmployee(Employee employee) { return(EmployeeDB.DeactivateEmployee(employee)); }