public bool Company_UpdateStatusRemove(string Company_Id)
 {
     return(companyDal.Company_UpdateStatusRemove(Company_Id) > 0);
 }