public bool Delete(object IdVGIAClinico)
 {
     return(VgiAClinicosDet.Delete(IdVGIAClinico) == 1);
 }