public bool DeleteTemplateDocument(int id)
 {
     return(_rep.DeleteTemplateDocument(id));
 }