public List <CompanyModel> GetAllProvidersByCustomerPublicIdByFromStartDate(string vCustomerPublicId, System.DateTime vStartDate)
 {
     return(DataFactory.GetAllProvidersByCustomerPublicIdByFromStartDate(vCustomerPublicId, vStartDate));
 }