public Champion EditById(Champion item, int id) { throw new NotImplementedException(); }
public Champion Add(Champion item) { throw new NotImplementedException(); }