public bool ExistsByName(string Name)
 {
     return(Sev.ExistsByName(Name));
 }