public Bitmap GetImage(string name)
        {
            Bitmap bmp = _images.GetIconByName(name);

            return(bmp);
        }