private void RemoveFromRoutine(RoutineViewModel obj)
 {
     RoutineItems.Remove(obj);
 }