Type.registerNamespace('MainRidge');
MainRidge.ContentService=function() {
MainRidge.ContentService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
MainRidge.ContentService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return MainRidge.ContentService._staticInstance.get_path();},
GetContent:function(key,ln,succeededCallback, failedCallback, userContext) {
/// <param name="key" type="String">System.String</param>
/// <param name="ln" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetContent',true,{key:key,ln:ln},succeededCallback,failedCallback,userContext); },
GetPortfolio:function(succeededCallback, failedCallback, userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetPortfolio',true,{},succeededCallback,failedCallback,userContext); },
GetGallery:function(gname,ln,succeededCallback, failedCallback, userContext) {
/// <param name="gname" type="String">System.String</param>
/// <param name="ln" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetGallery',true,{gname:gname,ln:ln},succeededCallback,failedCallback,userContext); },
GetMenu:function(ln,succeededCallback, failedCallback, userContext) {
/// <param name="ln" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetMenu',true,{ln:ln},succeededCallback,failedCallback,userContext); },
SendMail:function(_FromName,_FromAddress,_Subject,_Message,succeededCallback, failedCallback, userContext) {
/// <param name="_FromName" type="String">System.String</param>
/// <param name="_FromAddress" type="String">System.String</param>
/// <param name="_Subject" type="String">System.String</param>
/// <param name="_Message" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'SendMail',false,{_FromName:_FromName,_FromAddress:_FromAddress,_Subject:_Subject,_Message:_Message},succeededCallback,failedCallback,userContext); },
EncryptText:function(_KeyOne,_KeyTwo,_Message,succeededCallback, failedCallback, userContext) {
/// <param name="_KeyOne" type="String">System.String</param>
/// <param name="_KeyTwo" type="String">System.String</param>
/// <param name="_Message" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'EncryptText',false,{_KeyOne:_KeyOne,_KeyTwo:_KeyTwo,_Message:_Message},succeededCallback,failedCallback,userContext); },
DecryptText:function(_KeyOne,_Message,succeededCallback, failedCallback, userContext) {
/// <param name="_KeyOne" type="String">System.String</param>
/// <param name="_Message" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'DecryptText',false,{_KeyOne:_KeyOne,_Message:_Message},succeededCallback,failedCallback,userContext); },
Calendar:function(nDateString,succeededCallback, failedCallback, userContext) {
/// <param name="nDateString" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'Calendar',false,{nDateString:nDateString},succeededCallback,failedCallback,userContext); },
GetBlog:function(d,id,succeededCallback, failedCallback, userContext) {
/// <param name="d" type="String">System.String</param>
/// <param name="id" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetBlog',false,{d:d,id:id},succeededCallback,failedCallback,userContext); },
DeleteBlog:function(d,id,succeededCallback, failedCallback, userContext) {
/// <param name="d" type="String">System.String</param>
/// <param name="id" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'DeleteBlog',false,{d:d,id:id},succeededCallback,failedCallback,userContext); },
EditBlog:function(ID,Instrument,IDate,Trend,R0,R1,R2,S0,S1,S2,Comment,IsVisible,succeededCallback, failedCallback, userContext) {
/// <param name="ID" type="Number">System.Int32</param>
/// <param name="Instrument" type="String">System.String</param>
/// <param name="IDate" type="String">System.String</param>
/// <param name="Trend" type="Number">System.Int32</param>
/// <param name="R0" type="Number">System.Double</param>
/// <param name="R1" type="Number">System.Double</param>
/// <param name="R2" type="String">System.String</param>
/// <param name="S0" type="Number">System.Double</param>
/// <param name="S1" type="Number">System.Double</param>
/// <param name="S2" type="String">System.String</param>
/// <param name="Comment" type="String">System.String</param>
/// <param name="IsVisible" type="Boolean">System.Boolean</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'EditBlog',false,{ID:ID,Instrument:Instrument,IDate:IDate,Trend:Trend,R0:R0,R1:R1,R2:R2,S0:S0,S1:S1,S2:S2,Comment:Comment,IsVisible:IsVisible},succeededCallback,failedCallback,userContext); },
DeleteComment:function(d,id,succeededCallback, failedCallback, userContext) {
/// <param name="d" type="String">System.String</param>
/// <param name="id" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'DeleteComment',false,{d:d,id:id},succeededCallback,failedCallback,userContext); },
EditComment:function(d,id,succeededCallback, failedCallback, userContext) {
/// <param name="d" type="String">System.String</param>
/// <param name="id" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'EditComment',false,{d:d,id:id},succeededCallback,failedCallback,userContext); },
GetComments:function(d,succeededCallback, failedCallback, userContext) {
/// <param name="d" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetComments',false,{d:d},succeededCallback,failedCallback,userContext); },
UpdateComment:function(ID,PostDate,CommentBody,IsVisible,succeededCallback, failedCallback, userContext) {
/// <param name="ID" type="Number">System.Int32</param>
/// <param name="PostDate" type="String">System.String</param>
/// <param name="CommentBody" type="String">System.String</param>
/// <param name="IsVisible" type="Boolean">System.Boolean</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'UpdateComment',false,{ID:ID,PostDate:PostDate,CommentBody:CommentBody,IsVisible:IsVisible},succeededCallback,failedCallback,userContext); },
EditUser:function(id,action,succeededCallback, failedCallback, userContext) {
/// <param name="id" type="String">System.String</param>
/// <param name="action" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'EditUser',false,{id:id,action:action},succeededCallback,failedCallback,userContext); },
UpdateUser:function(id,email,password,password1,comment,succeededCallback, failedCallback, userContext) {
/// <param name="id" type="String">System.String</param>
/// <param name="email" type="String">System.String</param>
/// <param name="password" type="String">System.String</param>
/// <param name="password1" type="String">System.String</param>
/// <param name="comment" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'UpdateUser',false,{id:id,email:email,password:password,password1:password1,comment:comment},succeededCallback,failedCallback,userContext); },
CreateUser:function(id,email,password,password1,comment,succeededCallback, failedCallback, userContext) {
/// <param name="id" type="String">System.String</param>
/// <param name="email" type="String">System.String</param>
/// <param name="password" type="String">System.String</param>
/// <param name="password1" type="String">System.String</param>
/// <param name="comment" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'CreateUser',false,{id:id,email:email,password:password,password1:password1,comment:comment},succeededCallback,failedCallback,userContext); }}
MainRidge.ContentService.registerClass('MainRidge.ContentService',Sys.Net.WebServiceProxy);
MainRidge.ContentService._staticInstance = new MainRidge.ContentService();
MainRidge.ContentService.set_path = function(value) {
MainRidge.ContentService._staticInstance.set_path(value); }
MainRidge.ContentService.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return MainRidge.ContentService._staticInstance.get_path();}
MainRidge.ContentService.set_timeout = function(value) {
MainRidge.ContentService._staticInstance.set_timeout(value); }
MainRidge.ContentService.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return MainRidge.ContentService._staticInstance.get_timeout(); }
MainRidge.ContentService.set_defaultUserContext = function(value) { 
MainRidge.ContentService._staticInstance.set_defaultUserContext(value); }
MainRidge.ContentService.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return MainRidge.ContentService._staticInstance.get_defaultUserContext(); }
MainRidge.ContentService.set_defaultSucceededCallback = function(value) { 
 MainRidge.ContentService._staticInstance.set_defaultSucceededCallback(value); }
MainRidge.ContentService.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return MainRidge.ContentService._staticInstance.get_defaultSucceededCallback(); }
MainRidge.ContentService.set_defaultFailedCallback = function(value) { 
MainRidge.ContentService._staticInstance.set_defaultFailedCallback(value); }
MainRidge.ContentService.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return MainRidge.ContentService._staticInstance.get_defaultFailedCallback(); }
MainRidge.ContentService.set_path("/ContentService.asmx");
MainRidge.ContentService.GetContent= function(key,ln,onSuccess,onFailed,userContext) {
/// <param name="key" type="String">System.String</param>
/// <param name="ln" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
MainRidge.ContentService._staticInstance.GetContent(key,ln,onSuccess,onFailed,userContext); }
MainRidge.ContentService.GetPortfolio= function(onSuccess,onFailed,userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
MainRidge.ContentService._staticInstance.GetPortfolio(onSuccess,onFailed,userContext); }
MainRidge.ContentService.GetGallery= function(gname,ln,onSuccess,onFailed,userContext) {
/// <param name="gname" type="String">System.String</param>
/// <param name="ln" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
MainRidge.ContentService._staticInstance.GetGallery(gname,ln,onSuccess,onFailed,userContext); }
MainRidge.ContentService.GetMenu= function(ln,onSuccess,onFailed,userContext) {
/// <param name="ln" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
MainRidge.ContentService._staticInstance.GetMenu(ln,onSuccess,onFailed,userContext); }
MainRidge.ContentService.SendMail= function(_FromName,_FromAddress,_Subject,_Message,onSuccess,onFailed,userContext) {
/// <param name="_FromName" type="String">System.String</param>
/// <param name="_FromAddress" type="String">System.String</param>
/// <param name="_Subject" type="String">System.String</param>
/// <param name="_Message" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
MainRidge.ContentService._staticInstance.SendMail(_FromName,_FromAddress,_Subject,_Message,onSuccess,onFailed,userContext); }
MainRidge.ContentService.EncryptText= function(_KeyOne,_KeyTwo,_Message,onSuccess,onFailed,userContext) {
/// <param name="_KeyOne" type="String">System.String</param>
/// <param name="_KeyTwo" type="String">System.String</param>
/// <param name="_Message" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
MainRidge.ContentService._staticInstance.EncryptText(_KeyOne,_KeyTwo,_Message,onSuccess,onFailed,userContext); }
MainRidge.ContentService.DecryptText= function(_KeyOne,_Message,onSuccess,onFailed,userContext) {
/// <param name="_KeyOne" type="String">System.String</param>
/// <param name="_Message" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
MainRidge.ContentService._staticInstance.DecryptText(_KeyOne,_Message,onSuccess,onFailed,userContext); }
MainRidge.ContentService.Calendar= function(nDateString,onSuccess,onFailed,userContext) {
/// <param name="nDateString" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
MainRidge.ContentService._staticInstance.Calendar(nDateString,onSuccess,onFailed,userContext); }
MainRidge.ContentService.GetBlog= function(d,id,onSuccess,onFailed,userContext) {
/// <param name="d" type="String">System.String</param>
/// <param name="id" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
MainRidge.ContentService._staticInstance.GetBlog(d,id,onSuccess,onFailed,userContext); }
MainRidge.ContentService.DeleteBlog= function(d,id,onSuccess,onFailed,userContext) {
/// <param name="d" type="String">System.String</param>
/// <param name="id" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
MainRidge.ContentService._staticInstance.DeleteBlog(d,id,onSuccess,onFailed,userContext); }
MainRidge.ContentService.EditBlog= function(ID,Instrument,IDate,Trend,R0,R1,R2,S0,S1,S2,Comment,IsVisible,onSuccess,onFailed,userContext) {
/// <param name="ID" type="Number">System.Int32</param>
/// <param name="Instrument" type="String">System.String</param>
/// <param name="IDate" type="String">System.String</param>
/// <param name="Trend" type="Number">System.Int32</param>
/// <param name="R0" type="Number">System.Double</param>
/// <param name="R1" type="Number">System.Double</param>
/// <param name="R2" type="String">System.String</param>
/// <param name="S0" type="Number">System.Double</param>
/// <param name="S1" type="Number">System.Double</param>
/// <param name="S2" type="String">System.String</param>
/// <param name="Comment" type="String">System.String</param>
/// <param name="IsVisible" type="Boolean">System.Boolean</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
MainRidge.ContentService._staticInstance.EditBlog(ID,Instrument,IDate,Trend,R0,R1,R2,S0,S1,S2,Comment,IsVisible,onSuccess,onFailed,userContext); }
MainRidge.ContentService.DeleteComment= function(d,id,onSuccess,onFailed,userContext) {
/// <param name="d" type="String">System.String</param>
/// <param name="id" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
MainRidge.ContentService._staticInstance.DeleteComment(d,id,onSuccess,onFailed,userContext); }
MainRidge.ContentService.EditComment= function(d,id,onSuccess,onFailed,userContext) {
/// <param name="d" type="String">System.String</param>
/// <param name="id" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
MainRidge.ContentService._staticInstance.EditComment(d,id,onSuccess,onFailed,userContext); }
MainRidge.ContentService.GetComments= function(d,onSuccess,onFailed,userContext) {
/// <param name="d" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
MainRidge.ContentService._staticInstance.GetComments(d,onSuccess,onFailed,userContext); }
MainRidge.ContentService.UpdateComment= function(ID,PostDate,CommentBody,IsVisible,onSuccess,onFailed,userContext) {
/// <param name="ID" type="Number">System.Int32</param>
/// <param name="PostDate" type="String">System.String</param>
/// <param name="CommentBody" type="String">System.String</param>
/// <param name="IsVisible" type="Boolean">System.Boolean</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
MainRidge.ContentService._staticInstance.UpdateComment(ID,PostDate,CommentBody,IsVisible,onSuccess,onFailed,userContext); }
MainRidge.ContentService.EditUser= function(id,action,onSuccess,onFailed,userContext) {
/// <param name="id" type="String">System.String</param>
/// <param name="action" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
MainRidge.ContentService._staticInstance.EditUser(id,action,onSuccess,onFailed,userContext); }
MainRidge.ContentService.UpdateUser= function(id,email,password,password1,comment,onSuccess,onFailed,userContext) {
/// <param name="id" type="String">System.String</param>
/// <param name="email" type="String">System.String</param>
/// <param name="password" type="String">System.String</param>
/// <param name="password1" type="String">System.String</param>
/// <param name="comment" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
MainRidge.ContentService._staticInstance.UpdateUser(id,email,password,password1,comment,onSuccess,onFailed,userContext); }
MainRidge.ContentService.CreateUser= function(id,email,password,password1,comment,onSuccess,onFailed,userContext) {
/// <param name="id" type="String">System.String</param>
/// <param name="email" type="String">System.String</param>
/// <param name="password" type="String">System.String</param>
/// <param name="password1" type="String">System.String</param>
/// <param name="comment" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
MainRidge.ContentService._staticInstance.CreateUser(id,email,password,password1,comment,onSuccess,onFailed,userContext); }

