public Entities.Cinema GetById(int id)
 {
     return(_cinemaRepository.GetById(id));
 }