public IEnumerable <Trailer> GetAllFreeTrailers()
 {
     return(trailersRepository.GetAllFreeTrailers());
 }