private void mnuInWardEntry_Click(object sender, RoutedEventArgs e)
        {
            inwardEntry = Inward.Instance;

            inwardEntry.Show();

            inwardEntry.Focus();
        }
 private void Window_Closing(object sender, System.ComponentModel.CancelEventArgs e)
 {
     instance = null;
 }