public int Insert_CompanyMaster(CompanyInfo CompanyMaster)
 {
     return(_CompanyRepo.Insert_CompanyMaster(CompanyMaster));
 }