public bool CheckIDKH(string IDKH)
 {
     return(kh_dal.CheckIDKH(IDKH));
 }