public bool AddMHtoHS(int hs, int hk, string mh)
 {
     return(HS.AddMHhs(hs, hk, mh));
 }