public bool tasksDelete(int TaskId) { tasksImpl otasksImpl = new tasksImpl(); return otasksImpl.tasksDelete( TaskId); }