public List <KillPeoPle> PatchCurrentPlayer(IEnumerable <KillPeoPle> data) { _repo.PatchCurrentPlayer(data.ToList()); return(_repo.GetCurrentPlayer(data.ToList())); }