/// <summary>
 /// Function to add the user Interest
 /// </summary>
 /// <param name="Interest"></param>
 public void AddInterest(UserInterest Interest)
 {
     adminusermanager.AddInterest(Interest);
 }