public function getPositions()
 {
     $positions = Positions::all();
     return $positions->toJson();
 }