/// <summary>
 /// Get a DataTable
 /// </summary>
 /// <returns></returns>
 public DataTable Company_ShowAllDisplay(string SearchKey)
 {
     return(companyDal.Company_ShowAllDisplay(SearchKey));
 }