public ActionResult <Table> CreateTable(Table newTable) { db.CreateOne(newTable); return(newTable); }