public IEnumerable <Borrower> GetAllBorrowers(string sortOrder)
 {
     return(_repository.GetAllBorrowers(sortOrder).ToList());
 }