public async Task <string> GetGeneroById(int GeneroId) { return(await _generorepository.GetGeneroById(GeneroId)); }