public GenreRepository(MssqlGenreContext genreContext)
 {
     this._genreContext = genreContext;
 }