public Answer(Poll poll, Question question, string ip) { Poll = poll; Question = question; Ip = ip; }
public Question(string title, Poll poll) { Title = title; Poll = poll; }