public ActionResult TestController(ForTest textBoxHell) { textBoxHell.OperationWithString(); return(View(textBoxHell)); }