func (db *ConsultantManager) ConsultantDelete(id uint64) int64 {

    consultant := Consultant{}
    if err := db.db.First(&consultant, id); err != nil {
        name := consultant.Name