public ActionResult DoStuff(SimpleCommand command)
 {
     return View();
 }
 public void DoMoreStuff(SimpleCommand command)
 {
 }