private void AddImage(object sender, RoutedEventArgs e)
 {
     _imageService.AddImgCommand(mainRTB);
 }