public ActionResult Index()
 {
     return(View(helper.GetAllFileTypes()));
 }