public TaskCategory GetItemById(int id)
 {
     return(db.GetItemById(id));
 }