static function statCall($dowhat, $how)
 {
     $obj = new self();
     $obj->doCall($dowhat, $how);
 }