public async Task <ActionResult <ProposedTask[]> > Get()
 {
     return(await _allTaskMethods.GetallProposedTaskAsync());
 }