public bool Delete(int kh)
 {
     return(kh_dal.Delete(kh));
 }