public decimal AlreadyExitName(Departments _Department)
 {
     return(_DepartmentRepository.AlreadyExitName(_Department));
 }