/**
  * @param integer $parameter_method_id
  * @return bool
  */
 public static function is_deletable($parameter_method_id)
 {
     return !Parameter::is_method_linked($parameter_method_id);
 }