private bool TodoItemExists(long id)
 {
     return(BL.Exists(id));
 }