public function ajaxNonVaccineBatchDetailBodyAction()
 {
     $this->_helper->layout->disableLayout();
     $batch_id = $this->_request->getParam("id");
     $placment = new Model_Placements();
     $this->view->result = $placment->getNonVaccineBatchPlacmentDetail($batch_id);
 }