public IEnumerable <string> GetAllGenres()
 {
     return(_repo.GetAllGenres());
 }