// GET: api/Point/5 public Point Get(int id) { var dbBridge = new DatabaseBridge(); return(dbBridge.ReadPoint(id)); }