void _view_Pvps(object sender, EventArgs e) { var service = new PvpService(); var pvps = service.Pvps(); _view.CombatsGrid = pvps; }