public ActionResult <FilmsVM> Get(int id)
 {
     return(_filmsService.FindById(id));
 }