public string Get(int id)
 {
     return(logic.APIGetID(id.ToString()));
 }