private void error(string message) { View.Error(message); }
private void unkown() { View.Error("This command is unknown!"); }