public void CompanyNameEdit(int id, string newCompName) // api { compRep.EditCompay(id, newCompName); }