public function addGrid(GridDependent $grid)
 {
     $this->grids[] = $grid;
     $grid->setMaster($this);
 }