private void CargarFunciones() { Funcion funcion = new Funcion(); dgFunciones.DataSource = funcion.Listar("").DefaultView; dgFunciones.DataBind(); }