public Icon BitmapToIcon(Bitmap bitmap)
 {
     return(WinFormsResourceService.BitmapToIcon(bitmap));
 }