public Person Get(int id) { return(ManagerDA.Get(id)); }
public Homework Get(int id) { return(ManagerDA.Get(id)); }