public function testRemoveCustomer()
 {
     $data = $this->_spMapper->removeCustomer(1, 1);
     $this->assertNotNull($data);
     $this->assertTrue($data);
 }