public int AddEquipment(EquipmentClass equipment)
 {
     return(dal.AddEquipment(equipment));
 }