public bool Delete(object IdDireccion)
 {
     return(SysDireccione.Delete(IdDireccion) == 1);
 }