public ActionResult UpdateVideo(int id) { VideoDTO model = new VideoDTO(); model = bll.GetVideoById(id); return(View(model)); }