public ContactPagination GetContacts(string term, int pageNumber)
 {
     return(contactData.GetContactPagination(term, pageNumber, pageSize));
 }