public void CreateAuthentication(Object context)
 {
     if (context != null)
     {
         db.setServer(context.ToString());
     }
 }