public Shape()
 {
     _x      = 0;
     _y      = 0;
     _height = 50;
     _width  = 100;
     _color  = SplashKit.ColorWhite();
 }