public async Task <bool> DeleteForm(int id)
 {
     return(await _consultingRepository.DeleteForm(id));
 }