public ActionResult DynamicControl(List <OptionalFields> lst)
 {
     Commonhelper.SaveOptionalFields(lst);
     return(View());
 }