public Schema GetSchema(string id)
 {
     return(_schemaRepository.GetById(id));
 }