public bool AllowedUser(TestEntity test, UserEntity user) { return(testRepository.AllowedUser(test.ToDalTest(), user.ToDalUser())); }