public function getDictionaryArray()
 {
     return array_merge(parent::getDictionaryArray(), array('width' => $this->getField('BitmapWidth'), 'height' => $this->getField('BitmapHeight')));
 }
 public function getDictionaryArray()
 {
     return array_merge(parent::getDictionaryArray(), array('width' => $this->width, 'height' => $this->height));
 }