public List <ContactInfo> Get_ContactList(ref PaginationInfo pager) { return(_ContactRepo.Get_ContactMasters(ref pager)); }