public ActionResult <int> GetIncomePrice(int id, int player) { int incomeprice = _services.GetIncomePrice(id, player); return(incomeprice); }