public EFAccount GetUser(int id)
 {
     return(_AuthorizationRepository.GetUser(DataContext, id));
 }