I'm working on a method to retrieve a collection of records from a database. The records are stored in separate tables based on an aspect of the data they contain. Suppose it looks like this....public class EnglishPhrase : IPhrase
{
public string Text...