public bool InsertKL(ClassDTO KL)
 {
     return(HS.InsertKL(KL));
 }