public int AddAuthorize(Authorize authorize) { authorize.Create(); var ret = authorizeApp.Insert(authorize); return(ret); }