public int Update(T_MENU entity)
 {
     throw new NotImplementedException();
 }
 public int Insert(T_MENU entity)
 {
     throw new NotImplementedException();
 }