public IHttpActionResult Post(int id, TaxDataTransferModel model) { int taxId = taxes.AddByCommunityId(id, model); return(this.Ok(taxId)); }