private void SaveBitmapMenuItem(object sender, RoutedEventArgs e)
 {
     FileManager.Save2Bitmap(bitmap);
 }