private void fillEntParcial() { repEntPar.DataSource = EntradaCtrl.ParcialgetByUser(((MstCasc)this.Master).getUsrLoged().Id); repEntPar.DataBind(); }