public List <BlackListModel> BlackListGetBasicInfo(string CompanyPublicId)
 {
     return(DataFactory.BlackListGetBasicInfo(CompanyPublicId));
 }