public bool save(string ruc, string razonSocial) { daoProveedor.insert(ruc, razonSocial); return(true); }