public ICollection <SecondEntity> GetAll() { return(orm.SelectAll <SecondEntity>()); }
public ICollection <Person> GetAll() { return(orm.SelectAll <Person>()); }