public List <CompanyModel> GetAllProvidersByCustomerPublicId(string CustomerPublicId)
 {
     return(DataFactory.GetAllProvidersByCustomerPublicId(CustomerPublicId));
 }