public bool Delete(string id) { if (id.Equals(null)) { return(false); } return(repository.Delete(id)); }