public bool AddKH(string tenKH, int SDT, int cMND)
 {
     return(model.AddKH(tenKH, SDT, cMND));
 }