public void AddFilmToOrder(long id)
 {
     order.AddFilm(filmRepository.SelectById(id));
 }