// GET: Theaters
 public ActionResult Index()
 {
     return(View(ts.GetData()));
 }