public function find($id)
 {
     return InventoryLog::find($id);
 }