public bool CheckId(int id)
 {
     return(d.CheckId(id));
 }