public bool CheckIfUserExists(EFAccount user)
 {
     return(_AuthorizationRepository.CheckIfUserExists(DataContext, user.UserName, user.Id));
 }