protected void RefreshGrid(bool rebind)
 {
     RadGrid1.DataSource = CntInforme.GetProgramacionInformes(ctx);
     if (rebind)
     {
         RadGrid1.Rebind();
     }
 }