public List <Students> GetByDepartment(int departmentID)
 {
     return(_Repository.GetByDepartment(departmentID));
 }