public List <ParkedTableDTO> GetAllUnProcessedPark()
 {
     return(_parkRepository.GetAllUnProcessedPark());
 }