public Template2 get_template2(Template2 model) { model.Title = "This is Template2 text from the Action"; return model; }
public Template2 get_template2(Template2 model) { model.Title = "This is Template2 text from the Action"; return(model); }