// PUT: api/DataBase/5
 public JToken Post(int id) //
 {
     return(database.SelectAndInsert(id));
 }