public function proceduretest($param1, $param2)
 {
     $robot = Robot::towersp($param1, $param2);
     return $robot;
 }