void ReleaseDesignerOutlets ()
		{
			if (DropDown != null) {
				DropDown.Dispose ();
				DropDown = null;
			}
		}
 void ReleaseDesignerOutlets()
 {
     if (DropDown != null)
     {
         DropDown.Dispose();
         DropDown = null;
     }
 }