protected override bool OnDelete(object sender)
 {
     WaterLevel.RemoveWaterLevelGroup(groupName);
     return(true);
 }