public void ActUsuario() { Cone usu = new Cone(); usu.Update_User(this.usuario, this.contrasena, this.identificacion, this.cargo); }