public async Task <bool> DeleteLaboratoryByIdAsync([FromRoute] int Id) { return(await laboratoryService.DeleteByIdAsync(Id)); }