public string Get(string id)
 {
     return(db.proc_getUserIDbyEmail(id).ToList()[0]);
 }