public async Task <IActionResult> GetAllParentTasks() { var tasks = await _taskManagerBusiness.GetAllParent(); return(Ok(tasks)); }