private void RungGrid_Navigate(object sender, System.Windows.Forms.NavigateEventArgs ne)
 {
     statusBar.Text = ne.ToString();
 }