public int GetNotCompletedTaskCountByUserId(int userId) { return(_taskDal.GetNotCompletedTaskCountByUserId(userId)); }