public AppCustomer[] GetAllCustomers(string companyid)
 {
     return(dataLayer.GetAllCustomers(companyid));
 }