public function postDelete()
 {
     return $this->CostCenterManagement->delete($this->Input->json()->all());
 }