public IEnumerable <ShortUrl> GetAllShortUrls()
 {
     return(ShortUrlRepository.GetAllShortUrls());
 }