public void Delete(Department Department) { _DepartmentRepo.Delete(Department); unitOfWork.Commit(); }