public bool CheckID(int MaKH)
 {
     return(khDAL.CheckID(MaKH));
 }