/**
  * @test
  */
 public function testGetControlSum()
 {
     $this->assertEquals(600.0, $this->_model->getControlSum());
 }