public bool Equals(Profe other) { return(other != null && Id.ToLower() == other.Id.ToLower() && Nombre.ToLower() == other.Nombre.ToLower()); }