public async Task <List <Equipment> > GetAllEquipment()
 {
     return(await _organisationRepository.FindAllEquipment());
 }