public bool AddOrUpdate(MenuModel Models) { try { CDal.AddOrUpdate(Models); return(true); } catch (Exception ex) { throw new Exception(ex.Message); } }