public async Task AddVideo() { await Video.AddVideo(CurrentUser); Videos.RemoveAll(x => x.Id == Video.Id); }