public async Task <IEnumerable <Genre> > GetAllGenres() { return(await _businessLogicCommon.GetAllGenresAsync()); }