public void AddDepartments(Department dept)
 {
     _repository.AddDept(dept);
 }