This is my School Class.
public class School{ public List Student{get;set;} public School{ Student = new List(); }} public c