public IEnumerable <TravelDetailModel> GetAllTravelDetail()
 {
     return(_projectManagerRepository.GetAllTravelDetail());
 }