public bool DeleteLabel(string id)
 {
     db_.DeleteLabel(id);
     return(true);
 }