public object AssociateCRRARContactToUser(USER_CONTACT newUC)
 {
     return(_repository.AssociateCRRARContactToUser(newUC));
 }