public List <AppContact> GetEmployees(string companyid, string userid)
 {
     return(dataLayer.GetEmployees(companyid, userid));
 }