public Department Create(Department department) { return(_departmentRepository.AddWithContextSave(department)); }