public ActionResult <List <Table> > Get(Dictionary <string, object> filter) =>
 db.GetAll <Table>(filter);