public function destroy($id)
 {
     $this->deleteTransition(Transition::findOrFail($id));
     return $this->responseNoContent();
 }