/// <summary>
 /// Gets all the tablenames of the current DB Context entities.
 /// </summary>
 /// <returns>
 /// A IEnumerable of table names.
 /// </returns>
 public IEnumerable <string> GetEntitiesTableNames()
 {
     return(EntitiesRepo.GetEntitiesTableNames());
 }