public List <CompanyInfo> Get_CompanyMasters(ref PaginationInfo pager)
 {
     return(_CompanyRepo.Get_CompanyMasters(ref pager));
 }