public int Add(long corpType, long creator, string menu)
 {
     return(db.UP_SaveMenuTemplate(corpType, creator, menu));
 }