public bool Delete(object IdPerfil)
 {
     return(SysPerfil.Delete(IdPerfil) == 1);
 }