protected bool IsCurrentMode(DivisionSelectionMode mode)
 {
     return(radioSelectionMode.SelectedIndex == (int)mode);
 }
 protected bool IsCurrentMode (DivisionSelectionMode mode)
 {
     return radioSelectionMode.SelectedIndex == (int) mode;
 }