/**
  * @Then /^I reset the grid$/
  */
 public function iResetTheGrid()
 {
     $this->datagrid->clickOnResetButton();
 }