private void DelMovie() { if (IsBusy) { return; } IsBusy = true; _serviceAgent.DeleteMovie(SelMovie.SingleMovie, OnUserCallback); }