public void GridDuration()
 {
     MasterEntries objMasterEntry = new MasterEntries();
     gvDuration.DataSource = objMasterEntry.GetAllDurations();
     gvDuration.DataBind();
 }