public IHttpActionResult Delete(int id) { _pcService = new PCGameService(); _pcService.DeleteGame(id); return(Ok()); }