public Inscription GetById(string id)
 {
     return(dal.GetInscById(id));
 }