//Music public async Task <List <IMusic> > GetAllMusicAsync() { return(await Repository.GetAllMusicAsync()); }