public function setHeight($y)
 {
     parent::setHeight($y);
     parent::setWidth($y);
 }