/**
  * @param string $viewLabel
  *
  * @When /^I apply the "([^"]*)" view$/
  */
 public function iApplyTheView($viewLabel)
 {
     $this->datagrid->applyView($viewLabel);
     $this->wait();
 }