public List <string> GetPrimaries(string tableName)
 {
     return(_service.GetPrimaries(tableName));
 }