public bool Put_Loai_Mon(int id, loaimon lm)
 {
     throw new NotImplementedException();
 }
 public bool Create_Loai_mon(loaimon lm)
 {
     throw new NotImplementedException();
 }