public function testTariffPlanServicesDelete()
 {
     $data = $this->_mapper->delete(1);
     $this->assertTrue($data);
 }
 public function testTariffPlanLifeCycleDelete()
 {
     $data = $this->_mapper->delete(1);
     $this->assertTrue($data);
 }