public bool edit(int id, string ruc, string razonSocial) { daoProveedor.update(id, ruc, razonSocial); return(true); }